home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / vhf / locator / locowl.h < prev    next >
C/C++ Source or Header  |  1992-11-29  |  887b  |  33 lines

  1. //REGEN_FILEHEADING
  2. //REGEN_FILEHEADING
  3.  
  4.      /********************************************************************
  5.       *                                                                  *
  6.       *   Source File: LOCOWL.h                                          *
  7.       *   Description: Header file for LOCOWL application                *
  8.       *   Date:        Sun Nov 29 18:09:12 1992                          *
  9.       *                                                                  *
  10.       ********************************************************************/
  11.  
  12. #ifndef __LOCOWL__H
  13. #define __LOCOWL__H
  14.  
  15. //REGEN_HEADER
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. int locs_to_bearing (char far *from, char far *to,
  20.                     double *distance, double *direction) ;
  21. #ifdef  __cplusplus
  22. }
  23. #endif
  24. //REGEN_HEADER
  25.  
  26.  
  27. //REGEN_VARS
  28. //REGEN_VARS
  29.  
  30.  
  31.  
  32. #endif // __LOCOWL__H
  33.